ComponentOne Xamarin.iOS
Refresh(Nullable<GridCellType>,GridCellRange) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class > Refresh Method : Refresh(Nullable<GridCellType>,GridCellRange) Method
Type of the cell.
The range.
Refreshes the specified cells.
Syntax
'Declaration
 
Public Overloads Sub Refresh( _
   Optional ByVal cellType As Nullable(Of GridCellType), _
   Optional ByVal range As GridCellRange _
) 
'Usage
 
Dim instance As GridBase
Dim cellType As Nullable(Of GridCellType)
Dim range As GridCellRange
 
instance.Refresh(cellType, range)

Parameters

cellType
Type of the cell.
range
The range.
See Also

Reference

GridBase Class
GridBase Members
Overload List